C1.WPF Namespace > Extensions Class > MakeRelative Method : MakeRelative(Popup,FrameworkElement,Func<List<AnchorMatching>>) Method |
'Declaration
<ExtensionAttribute()> Public Overloads Shared Sub MakeRelative( _ ByVal popup As Popup, _ ByVal relativeElement As FrameworkElement, _ ByVal getLocations As Func(Of List(Of AnchorMatching)) _ )
'Usage
Dim popup As Popup Dim relativeElement As FrameworkElement Dim getLocations As Func(Of List(Of AnchorMatching)) Extensions.MakeRelative(popup, relativeElement, getLocations)
[Extension()] public static void MakeRelative( Popup popup, FrameworkElement relativeElement, Func<List<AnchorMatching>> getLocations )
[Extension()] public: static void MakeRelative( Popup^ popup, FrameworkElement^ relativeElement, Func<List<AnchorMatching>^>^ getLocations )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2